Skip to main content

shadow

Type

property

Summary

Specifies whether a button, field, or stack window is drawn with a drop shadow.

Syntax

set the shadow of <object> to {true | false}

Description

Use the shadow property to draw a drop shadow.

While the shadow property can be set for any control, it affects the appearance of only fields and buttons. Other controls do not display a drop shadow, regardless of the setting of their shadow property.

The shadow of a stack window is drawn by the operating system. On Mac OS, Unix, and Windows systems, the setting of a stack's shadow property has no effect.

The setting of this property for a stack affects the stack's decorations property, and vice versa. Setting a stack's shadow property determines whether its decorations property includes "noShadow" (or is "default", for window styles that normally include a drop shadow). Conversely, setting a stack's decorations property sets its shadow to true or false depending on whether the decorations includes "noShadow" (or is "default" ).

By default, the shadow extends 4 pixels to the left and below the object. You can change the size and direction of the drop shadow with the shadowOffset property. (The shadowOffset has no effect on stack windows.)

Examples

set the shadow of field ID 18 to true
set the shadow of this stack to false

glossary: object, property, Unix, Windows, Mac OS, stack window, development environment

keyword: default, button, field, control

object: button, field, stack

property: pixels, shadowOffset

Compatibility and Support

Introduced

LiveCode 1.0

OS

mac

windows

linux

ios

android

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?